Class RankCalculator

java.lang.Object
ddejonge.bandana.calculators.ScoreCalculator
ddejonge.bandana.calculators.RankCalculator
All Implemented Interfaces:
java.io.Serializable

public class RankCalculator
extends ScoreCalculator
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class ddejonge.bandana.calculators.ScoreCalculator

    higherIsBetter
  • Constructor Summary

    Constructors 
    Constructor Description
    RankCalculator()  
  • Method Summary

    Modifier and Type Method Description
    void calculateGameScore​(GameResult newResult, java.lang.String teamName)
    Calculates the score of the given team for the given game.
    java.lang.String getScoreString​(java.lang.String teamName)
    Returns the string to display in the table of the TournamentObserver.
    java.lang.String getScoreSystemName()
    Returns the name of this score system.
    double getTournamentScore​(java.lang.String teamName)
    Returns the overall score of the given team for the entire tournament.

    Methods inherited from class ddejonge.bandana.calculators.ScoreCalculator

    addResult, getScoreList, getTeamMembers

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait